IoConfiguration Class
Represents the settings of an I/O module.
Inheritance hierarchy
System.Object
IntervalZero.KINGSTAR.Base.Class.IoConfiguration
Namespace: IntervalZero.KINGSTAR.Base.Class
Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
public class IoConfiguration
Public Class IoConfiguration
The IoConfiguration class exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
IoConfiguration | A creator for the IoConfiguration class. This class contains the settings of an I/O module. |
Properties
Name | Description | |
---|---|---|
![]() |
InputLength | The length of the input data read from a device. |
![]() |
Name | The name of an I/O module. |
![]() |
OutputLength | The length of the output data sent to a device. |
![]() |
ProductCode | The product code of an I/O module. |
![]() |
RevisionNumber | The revision number of an I/O module. |
![]() |
SerialNumber | The serial number of an I/O module. |
![]() |
VendorId | The vendor ID of an I/O module, given by the EtherCAT Technology Group to the manufacturer of the EtherCAT device. |
See also